home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 177_01 / printdoc.bat < prev    next >
DOS Batch File  |  1986-01-02  |  193b  |  7 lines

  1. echo off
  2. cls
  3. echo This will print the SHELL.DOC file on your printer for you!
  4. echo Make sure your printer is on.   Press Ctrl-Break to abort, otherwise,
  5. pause
  6. type \shbin\shell.doc >prn:
  7.